fix the build
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 Feb 2018 02:44:03 +0000 (21:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 25 Feb 2018 02:44:03 +0000 (21:44 -0500)
gtk/gtkimcontextwayland.c

index 6ffd2885d36ba5591b023efb1f7c536f4a535c66..698954c44d31b42f4675761adb7998f7b925cae4 100644 (file)
@@ -78,7 +78,7 @@ G_DEFINE_TYPE_WITH_CODE (GtkIMContextWayland, gtk_im_context_wayland, GTK_TYPE_I
 
 static GtkIMContextWaylandGlobal *global = NULL;
 
-#define GTK_IM_CONTEXT_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), gtk_im_context_wayland__get_type (), GtkIMContextWayland))
+#define GTK_IM_CONTEXT_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), gtk_im_context_wayland_get_type (), GtkIMContextWayland))
 
 static void
 reset_preedit (GtkIMContextWayland *context)